projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59185fa
)
(Fx_hide_tip): Don't use `None' with widgets; use
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 28 Feb 2001 15:05:10 +0000
(15:05 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 28 Feb 2001 15:05:10 +0000
(15:05 +0000)
NULL instead.
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 2460e16bbaf6b325dbd07795ff890e10ce0d7024..2c3a16ce0191ef4200214782f1d8ae4b51de5170 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-10977,7
+10977,7
@@
Value is t is tooltip was open, nil otherwise.")
extern void xlwmenu_redisplay P_ ((Widget));
if (!DoesSaveUnders (FRAME_X_DISPLAY_INFO (f)->screen)
- && w != N
one
)
+ && w != N
ULL
)
{
BLOCK_INPUT;
xlwmenu_redisplay (w);